projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dbbcac5
)
Make previous change limited to HPUX.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 26 May 1994 22:15:23 +0000
(22:15 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 26 May 1994 22:15:23 +0000
(22:15 +0000)
src/systime.h
patch
|
blob
|
history
diff --git
a/src/systime.h
b/src/systime.h
index 98609728baa4cb5a722ca335aa26900344052e6b..78fd84b074e678c166650b2d6902f350cc4a511c 100644
(file)
--- a/
src/systime.h
+++ b/
src/systime.h
@@
-47,12
+47,13
@@
extern long timezone;
/* On some configurations (hpux8.0, X11R4), sys/time.h and X11/Xos.h
disagree about the name of the guard symbol. */
+#ifdef HPUX
#ifdef _STRUCT_TIMEVAL
#ifndef __TIMEVAL__
#define __TIMEVAL__
#endif
#endif
-
+#endif
\f
/* EMACS_TIME is the type to use to represent temporal intervals -
struct timeval on some systems, int on others. It can be passed as